home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
windows
/
editprog
/
uk60a.exe
/
SETUP.BAT
< prev
Wrap
DOS Batch File
|
1994-03-09
|
998b
|
40 lines
echo off
cls
@echo.
@echo.
@echo.
@echo.
@echo.
@echo Running SETUP.BAT will expand the files
@echo necessary to perform the Word 6.0a patch
@echo upgrade. Note that it will not actually
@echo perform the upgrade itself. After expanding
@echo all files, please read UPGRADE.DOC for
@echo instructions on performing the Word 6.0a
@echo upgrade.
@echo.
pause
rename _mssetup.ex_ build6a.exe
build6a.exe -d
echo off
cls
@echo.
@echo.
@echo.
@echo.
@echo To use the Word 6.0a patch, please read
@echo the text file, README.TXT, as well as the
@echo Word for Windows document, UPGRADE.DOC.
@echo These files contain important information
@echo on properly performing the upgrade.
@echo.
@echo CAUTION: This patch is designed to be used
@echo ONLY with the English/UK version of Word 6.0,
@echo standalone installations. Do not use this
@echo patch to upgrade any other version, or
@echo network installation, of Word 6.0.
@echo.
pause
del build6a.exe
cls